object FPlayTest: TFPlayTest Left = 276 Top = 163 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Playback Test' ClientHeight = 363 ClientWidth = 427 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Btest: TButton Left = 15 Top = 327 Width = 75 Height = 23 Caption = 'Test' TabOrder = 0 OnClick = BtestClick end object BNext: TButton Left = 105 Top = 327 Width = 75 Height = 23 Caption = 'Next >' TabOrder = 1 OnClick = BNextClick end object BCancel: TButton Left = 340 Top = 327 Width = 75 Height = 23 Caption = 'Cancel' Default = True TabOrder = 4 OnClick = BCancelClick end object Memo1: TMemo Left = 15 Top = 149 Width = 389 Height = 132 TabStop = False BorderStyle = bsNone Color = clBtnFace Ctl3D = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'This test will check if your sound card and speakers are ' 'working properly.' '' 'When you press the TEST button below, you should ' 'hear the Net2Phone welcome prompt.' '' 'If you hear the voice, continue the setup wizard by clicking ' 'on the NEXT button.') ParentCtl3D = False ParentFont = False TabOrder = 3 end object BAdjust: TButton Left = 195 Top = 327 Width = 75 Height = 23 Caption = 'Adjust' TabOrder = 2 Visible = False OnClick = BAdjustClick end object Playback: TGroupBox Left = 8 Top = 8 Width = 409 Height = 129 Color = clBtnFace ParentColor = False TabOrder = 5 object Label1: TLabel Left = 56 Top = 32 Width = 38 Height = 13 Caption = 'Volume:' end object Label2: TLabel Left = 192 Top = 32 Width = 20 Height = 13 Alignment = taRightJustify Caption = 'Low' end object Label4: TLabel Left = 376 Top = 32 Width = 22 Height = 13 Caption = 'High' end object Label3: TLabel Left = 72 Top = 88 Width = 140 Height = 13 Alignment = taRightJustify Caption = 'Preferred Net2Phone Device:' end object Image1: TImage Left = 8 Top = 24 Width = 40 Height = 40 Picture.Data = {} Transparent = True end object TrackBar1: TTrackBar Left = 216 Top = 26 Width = 161 Height = 31 Ctl3D = True LineSize = 655 Max = 65535 Orientation = trHorizontal ParentCtl3D = False PageSize = 6554 Frequency = 6554 Position = 50 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object Devices: TComboBox Left = 224 Top = 84 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 1 Text = '(none)' OnChange = DevicesChange end end object PlayPanel: TPanel Left = 8 Top = 288 Width = 409 Height = 25 Alignment = taLeftJustify BevelOuter = bvNone Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 6 object PlayLabel: TLabel Left = 8 Top = 6 Width = 58 Height = 13 Caption = 'Playing ...' Visible = False end end end